Q3WindowRectPick_SetData
You can use theQ3WindowRectPick_SetData
function to set the data associated with a window-rectangle pick object.
TQ3Status Q3WindowRectPick_SetData ( TQ3PickObject pick, const TQ3WindowRectPickData *data);
pick
- A window-rectangle pick object.
data
- A pointer to a window-rectangle pick data structure.
DESCRIPTION
TheQ3WindowRectPick_SetData
function sets the data associated with the window-rectangle pick object specified by thepick
parameter to the data specified by thedata
parameter.